"glassmorphism dashboard saas marketing agency" shadcn/ui theme

glassmorphism
modern dashboard
SaaS UI
marketing agency
light-dark theme
high contrast
emotional depth
immersive design
blue-purple palette
dynamic colors
user-friendly
eye comfort
data visualization
professional
innovative

Shadcn/ui Theme Css Variables

name: Aurora Glasskeyword: glassmorphism dashboard saas marketing agency views: 8

:root {
  --background: 210 20% 98%;
  --foreground: 210 10% 15%;
  --card: 210 20% 95%;
  --card-foreground: 210 10% 15%;
  --popover: 210 20% 95%;
  --popover-foreground: 210 10% 15%;
  --primary: 240 50% 50%;
  --primary-foreground: 210 90% 98%;
  --secondary: 210 20% 90%;
  --secondary-foreground: 210 10% 15%;
  --muted: 210 20% 85%;
  --muted-foreground: 210 10% 15%;
  --accent: 300 50% 50%;
  --accent-foreground: 210 90% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 90% 98%;
  --border: 210 20% 85%;
  --input: 210 20% 90%;
  --ring: 240 50% 50%;
  --radius: 0.75rem;
  --chart-1: 240 50% 50%;
  --chart-2: 300 50% 50%;
  --chart-3: 30 70% 50%;
  --chart-4: 150 50% 50%;
  --chart-5: 0 70% 50%;
} 

.dark {
  --background: 210 10% 10%;
  --foreground: 210 20% 90%;
  --card: 210 10% 15%;
  --card-foreground: 210 20% 90%;
  --popover: 210 10% 15%;
  --popover-foreground: 210 20% 90%;
  --primary: 240 50% 50%;
  --primary-foreground: 210 20% 90%;
  --secondary: 210 10% 20%;
  --secondary-foreground: 210 20% 90%;
  --muted: 210 10% 25%;
  --muted-foreground: 210 20% 90%;
  --accent: 300 50% 50%;
  --accent-foreground: 210 20% 90%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 20% 90%;
  --border: 210 10% 20%;
  --input: 210 10% 20%;
  --ring: 240 50% 50%;
  --radius: 0.75rem;
  --chart-1: 240 50% 50%;
  --chart-2: 300 50% 50%;
  --chart-3: 30 70% 50%;
  --chart-4: 150 50% 50%;
  --chart-5: 0 70% 50%;
}